github.com/klauspost/compress/zstd.sequenceDecs.initialize (method)

2 uses

	github.com/klauspost/compress/zstd (current package)
		blockdec.go#L643: 	if err := seqs.initialize(br, hist, b.dst); err != nil {
		seqdec.go#L80: func (s *sequenceDecs) initialize(br *bitReader, hist *history, out []byte) error {